home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / rectpage.h1 < prev    next >
Encoding:
Text File  |  2001-10-16  |  1.8 KB  |  58 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
  12. #define AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_
  13.  
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // RectPage.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CRectPage dialog
  22.  
  23. class CRectPage : public CDialog
  24. {
  25. // Construction
  26. public:
  27.     CRectPage(CWnd* pParent = NULL);   // standard constructor
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CRectPage)
  31.     double m_roundness;
  32.     enum { IDD = IDD_PP_RRECT };
  33.         // NOTE: the ClassWizard will add data members here
  34.     //}}AFX_DATA
  35.  
  36.  
  37. // Overrides
  38.     // ClassWizard generated virtual function overrides
  39.     //{{AFX_VIRTUAL(CRectPage)
  40.     protected:
  41.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42.     //}}AFX_VIRTUAL
  43.  
  44. // Implementation
  45. protected:
  46.  
  47.     // Generated message map functions
  48.     //{{AFX_MSG(CRectPage)
  49.         // NOTE: the ClassWizard will add member functions here
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
  58.